home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Source Code
/
C
/
Applications
/
µSim 1.1
/
FabLibsƒ
/
FabWmemman.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-05-03
|
262 b
|
14 lines
|
[
TEXT/CWIE
]
#ifndef _STDLIB
#include <StdLib.h>
#endif
#pragma internal on
void *fmalloc(size_t nbytes);
void ffree(void *ap);
void *frealloc(void *p, size_t s);
void *fcalloc(size_t, size_t);
void *ffcalloc(size_t s);
void ReclaimMacOS_Idle(void);
#pragma internal reset